home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: MegaDisc / MegaDisc 08 (1988)(MegaDisc Digital Publishing)(AU)[WB].zip / MegaDisc 08 (1988)(MegaDisc Digital Publishing)(AU)[WB].adf / PROGRAMS / notsys.doc < prev    next >
Text File  |  1988-05-28  |  5KB  |  138 lines

  1.  
  2.  
  3.          NOTSYS   - Bootblock Fastram Remover/Modifier program V1.2
  4.  
  5.          GRAB     - Bootblock saver program  V1.0
  6.  
  7.          RESTORE  - Saved Bootblock restorer V1.0
  8.  
  9.                        Programmed by Nic Wilson
  10.  
  11.                           © 1988 N.P. Wilson.
  12.                           159 RAMSAY STREET
  13.                           TOOWOOMBA  QLD 4350
  14.                               AUSTRALIA
  15.                           PH. (076) 359221 AH
  16.                               (076) 358539 WH
  17.  
  18.  
  19.         [Ed: Note - Make sure you read through this document, as it will
  20.         help you get round a lot of problems in using your Amiga,
  21.         especially running games that don't seem to work well at the
  22.         moment. And the programs here will also be very useful if you ever
  23.         get attacked by a virus - you'll be able to restore disks that
  24.         otherwise would have been dead for ever! There was an early version
  25.         of Notsys on MD7, which is superseded by this one.]
  26.  
  27. NOTSYS
  28.  
  29. This program was written in 68000 assembly language using ASM68k v1.0.1.
  30.  
  31. This program in primarily designed for Amiga users with Autoconfig Fast Ram.
  32. As you are aware there are many programs on the Amiga which do not function
  33. properly in FastRam.  Some of these programs operate through normal
  34. bootblocks while others have special boot blocks.
  35.  
  36. Before this program was written, users had to use the command NOFASTMEM on
  37. these programs.  The drawback to this is that some disks do not have the
  38. space to put the file,  others simply will not work with it, while those
  39. with special boot block loaders, NOFASTMEM cannot be used at all
  40.  
  41. THIS PROGRAM WORKS ON ALL PROGRAMS, no matter what type of boot block or
  42. loader they have.  The way it works is to load the boot block from the disk
  43. into memory then modify the code in the block to remove all available
  44. FASTRAM, then it writes the boot block back to the disk.  The extra code
  45. added to the disk is transparent to the original code and in no way affects
  46. its performance.  What it will do is to remove all fastram available and
  47. allow the program to operate correctly.
  48.  
  49. It has been tested on a variety of Amiga models and a wide variety of
  50. software and has performed flawlessly.
  51.  
  52. USING NOTSYS
  53.  
  54. The syntax for NOTSYS is :- NOTSYS <DF0: DF1: DF2: DF3:>
  55.         e.g. > notsys df1:
  56.         where the disk you want to fix is in the external drive.
  57.  
  58. THE WRITE PROTECT TAB MUST BE SET TO THE WRITEABLE POSITION
  59.  
  60. Sometimes when a special boot loader disk is inserted from CLI,  the Amiga
  61. will pop up a System Request box telling you the disk is unreadable.  Any
  62. requesters of this type should be cancelled and ignored as NOTSYS will still
  63. be able to read and write to the disk.
  64.  
  65. Once NOTSYS has been performed on a particular disk, that disk is then
  66. permanently modified and will boot normally.
  67.  
  68. NOTSYS has complete inbuilt error checking that will inform you of any
  69. errors that it encounters.  A successful operation will display a copyright
  70. sign on the screen along with a description of NOTSYS and a version number.
  71. Any errors will display a message pertaining to the error encountered.
  72.  
  73. There may be occasions where NOTSYS could render a disk unbootable.  This
  74. slight chance has been taken into account and two other programs have been
  75. supplied to overcome this possibility.
  76.  
  77.  
  78. GRAB
  79.  
  80. GRAB will read a bootblock from any disk, including non standard dos disks.
  81. It will then turn this bootblock into a file and save it to the current
  82. directory of the current drive under the filename you specify.
  83.  
  84. We very strongly recommend that this program be used before NOTSYS is used.
  85. If NOTSYS renders a disk unbootable, the boot block saved by GRAB can then
  86. be reinstalled on the disk totally undoing any modifications performed by
  87. NOTSYS, making the disk once again bootable.
  88.  
  89. ***This program can also be used of course to repair boot blocks destroyed
  90.    by viruses. [ie, when you get your games disk, use GRAB to save the
  91.    bootblocks to a file - then if the disk ever gets infected with a virus,
  92.    you can simply use the program RESTORE to put the original bootblocks
  93.    back on the disk.]
  94.  
  95. USING GRAB
  96.  
  97. The syntax for GRAB is:- GRAB <drive> <filename>
  98.  
  99. Where <drive> is a valid drive name (eg. DF0: DF1: DF2: DF3:)
  100. and <filename> is any valid AmigaDos filename.
  101.  
  102.          e.g. > grab df1: df0:Barbarian.bootblocks
  103.  
  104. RESTORE
  105.  
  106. RESTORE takes a file saved by GRAB turns it back into a bootblock and
  107. reinstalls it on the drive that you specify.
  108.  
  109. USING RESTORE
  110.  
  111. The syntax for RESTORE is:-  RESTORE <drive> <filename>
  112.  
  113. Where <drive> is a valid drive name (eg. DF0: DF1: DF2: DF3:)
  114. and <filename> is any valid filename that has been GRABbed.
  115.  
  116.  
  117. With these three utilities your collection of disks will be totally safe
  118. from VIRUSES and your Expensive FASTRAM will no longer be a headache.
  119.  
  120. Should you experience any problems with these programs do not hesitate to
  121. contact me at the above phone number or address, stating your problem and
  122. all attempts will be made to rectify your problem.
  123.  
  124. [Ed: Anyone who appreciates the efforts of Nic Wilson and Andy Clay could
  125.     give a bit of thought to encouraging their efforts by some feedback in
  126.     the form of a shareware donation, or by sending them your own
  127.     programming efforts, or whatever. There are more useful programs coming
  128.     from them in the next issue.]
  129.  
  130.  
  131. HAPPY COMPUTING
  132.  
  133. NIC WILSON
  134.  
  135. XXXXXXXXXXXXXXXXXXXXXXXXX END OF NOTSYS.DOC XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  136.  
  137.  
  138.